object formAbout: TformAbout Left = 264 Top = 214 Width = 289 Height = 292 Caption = ' About FDwin' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 265 Height = 89 Caption = ' Copyrights ' TabOrder = 0 object Label3: TLabel Left = 19 Top = 16 Width = 229 Height = 17 Alignment = taCenter AutoSize = False Caption = '� 1996 by S�ren Poulsen' WordWrap = True end object Label4: TLabel Left = 8 Top = 32 Width = 249 Height = 17 Alignment = taCenter AutoSize = False Caption = 'This software is shareware. You are allowed to use' end object Label5: TLabel Left = 8 Top = 48 Width = 249 Height = 17 Alignment = taCenter AutoSize = False Caption = 'it for 30 days, then you must register or stop using it.' end object Label6: TLabel Left = 8 Top = 64 Width = 249 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Please obtain registration information below.' end end object GroupBox2: TGroupBox Left = 8 Top = 104 Width = 265 Height = 57 Caption = ' Support/questions/suggestions ' TabOrder = 1 object Label1: TLabel Left = 24 Top = 16 Width = 217 Height = 13 Alignment = taCenter AutoSize = False Caption = 'e-mail: slp@pobox.com' end object Label2: TLabel Left = 8 Top = 32 Width = 249 Height = 17 Alignment = taCenter AutoSize = False Caption = 'WWW: http://www.pobox.com/~slp' end end object GroupBox3: TGroupBox Left = 8 Top = 168 Width = 265 Height = 57 Caption = 'How to register ' TabOrder = 2 object Label7: TLabel Left = 8 Top = 16 Width = 249 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Fill out the registration form (register.txt) and e-mail it.' end object Label8: TLabel Left = 8 Top = 32 Width = 249 Height = 17 Alignment = taCenter AutoSize = False Caption = 'You will then receive a registration key a.s.a.p' end end object butOK: TButton Left = 48 Top = 232 Width = 185 Height = 25 Caption = '&OK' Default = True TabOrder = 3 OnClick = butOKClick end end